home *** CD-ROM | disk | FTP | other *** search
- Path: news1.mnsinc.com!news
- From: johnshoy@os2bbs.com
- Newsgroups: comp.lang.rexx
- Subject: Object Rexx
- Date: 23 Mar 1996 03:16:35 GMT
- Organization: Monumental Network Systems
- Distribution: inet
- Message-ID: <4ivqej$7pa@news1.mnsinc.com>
- Reply-To: johnshoy@os2bbs.com
- NNTP-Posting-Host: u74.os2bbs.com
- X-Newsreader: IBM NewsReader/2 v1.2.5
-
- In Object-REXX, I'm creating a new object
- ::class myObject subclass Set
- In the ::method init, I want to have some code that does some work and then
- puts two values into the new object. In other words, every 'myObject' I create
- will have some values in it as soon as it is created.
-
- My problem is, I don't know how to "Put" something into the object, because
- the I don't know what the name of the object just created is. Can anyone
- help?
-
- Mike Johnshoy
-